php forum
php mysql forum
php mysql smarty
 
Topic Options
#282778 - 12/29/04 04:22 PM Finished-[6.5] Free RaiderSoft Chat v2.0
Nettomo Offline
Enthusiast

Registered: 11/18/01
Posts: 431
Loc: Germany, Bremen
Mod Name / Version: Free RaiderSoft Chat v2.0 <br /><br />Description: install Free RaiderSoft Chat v2.0.txt<br /><br />#################Nettomo####################<br />### Free RaiderSoft Chat v2.0<br />### UBBThreads 6.4.x<br />### Translat languages German & Englisch<br />### © by Nettomo HB 28.12.2004<br />#################Nettomo####################<br /><br />Mod Name: Free RaiderSoft Chat v2.0<br /><br />Working Under: UBB.Threads 6.5.x<br /><br />Features: Autologin bei regestrierten Usern<br /> Autologin with regestrierten Usern<br /><br />Author: Nettomo<br /><br />New Files:<br />sigma_chat.php<br />/languages/all/sigma_chat.php<br />/templates/default/sigma_chat.tmpl<br /><br />Files Altered: <br />languages/all/online.php<br />templates/default/ubbt_registerednav.tmpl,ubbt_unregisterednav.tmpl<br /><br /><br />Database Altered: No<br /><br />Other Info:<br />All languages are present, <br />but only German & English translate.<br /><br />install<br /><br />######################################################<br /><br />1. Gehe nach http://www.sigmachat.com/register.html und regestriere einen <br /> "Basic SigmaChat Account" (kostenlos)<br /> <br />1. Go to http://www.sigmachat.com/register.html and regestriere to one<br /> "Basic SigmaChat Account" (free of charge)<br /><br />######################################################<br /><br />2. Suche in sigma_chat.php (Linie 20)<br /><br />2. Search in sigma_chat.php (Line 20)<br /><br />$room_number = 54402;<br /><br />Ändere die Chat Raum Nummer !<br />Change the Chat Room Number !<br /><br />######################################################<br /><br />3. In "ubbt_registerednav.tmpl" und "ubbt_unregisterednav.tmpl" folgenden Link hinzufügen.<br /><br />3. Add the following in "ubbt_registerednav.tmpl" and "ubbt_unregisterednav.tmpl" left.<br /><br /><br /> &middot;<br /><a target = "_blank" href = "$phpurl/sigma_chat.php?Cat=$Cat" >SigmaChat</a><br /><br />######################################################<br /><br />3. In "languages/all/online.php" folgenden String hinzufügen.<br /><br />3. In "languages/all/online.php" add String.<br /><br />German<br />$ubbt_lang['sigma_chat'] = "ist im 'Board Chat'";<br /><br />Englisch<br />$ubbt_lang['sigma_chat'] = "is in 'Board Chat'";<br /><br />######################################################<br /><br />Fertig<br />Finished<br /><br />Demo: http://www.test.board.se/ubbt/sigma_chat.php<br /><br />Nettomo<br /><br />######################################################<br /> <br /><br />Working Under: UBB.Threads 6.5 <br /><br />Mod Status: Finished <br /><br />Any pre-requisites: <br /><br />Author(s): Nettomo <br /><br />Date: 12/29/04 <br /><br />Credits: <br /><br />Files Altered: <br /><br />New Files: <br /><br />Database Altered: <br /><br />Info/Instructions: <br /><br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /><br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.


Attachments
124170-Free_RaiderSoft_Chat_v2.0.zip (295 downloads)


Top
#282779 - 12/30/04 01:38 AM Re: Finished-[6.5] Free RaiderSoft Chat v2.0 [Re: Orlov]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
There's an error in your code....which is an easy fix, but thought I'd help where I can. <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" /><br /><br />In your sigma_chat.php code on line 14:<br /><br /> require ("languages/{$myprefs['language']}/sigma_chat.php");<br /><br />It should read:<br /><br /> require ("languages/{$myprefs['language']}/sigmachat.php");<br /><br />Thanks Nettomo once again for sharing! <img src="http://www.ubbdev.com/forum/images/graemlins/laugh.gif" alt="" />

Top
#282780 - 12/30/04 01:39 AM Re: Finished-[6.5] Free RaiderSoft Chat v2.0 [Re: General_Failure]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
For those of you wanting to use the Chat Room in English, you'll need to go into your sigma_chat.php file and change this: <br /> <br /><applet codebase="http://client0.sigmachat.com/current/" <br />code="Client.class" archive=" [:"red"]scclient_de.zip[/]" <br />width=600 height=400 MAYSCRIPT> <br /><param name="room" value="$room_number"> <br /><param name="cabbase" value="[:"red"]scclient_de.cab[/]"> <br /><param name="username" value="{$user['U_Username']}"> <br />$aasoutput <br /><param name="autologin" value="yes"> <br /></applet> <br /> <br />To this: <br /> <br /><applet codebase="http://client0.sigmachat.com/current/" <br />code="Client.class" archive="[:"red"]scclient_en.zip[/]" <br />width=600 height=400 MAYSCRIPT> <br /><param name="room" value="$room_number"> <br /><param name="cabbase" value="[:"red"]scclient_en.cab[/]"> <br /><param name="username" value="{$user['U_Username']}"> <br />$aasoutput <br /><param name="autologin" value="yes"> <br /></applet> <br /> <br />Upload and away she goes.... <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />

Top
#282781 - 12/30/04 07:41 AM Re: Finished-[6.5] Free RaiderSoft Chat v2.0 [Re: General_Failure]
Nettomo Offline
Enthusiast

Registered: 11/18/01
Posts: 431
Loc: Germany, Bremen
Hi smoknz28, <br />I have forget it to say <br /> <br /> <br />in <br />templates/default/sigma_chat.tmpl <br /> <br />German User in: <br />code="Client.class" archive=" scclient_de.zip" <br /> <br />Englisch User edit: <br />code="Client.class" archive="scclient_en.zip" <br /> <br /> <br />thanks <br /> <br />Sorry my englisch (Babel Fish) <br /> <br /> <br />Nettomo
_________________________
www.board.se
www.u3.board.se

Top
#282782 - 12/31/04 12:47 AM Re: Finished-[6.5] Free RaiderSoft Chat v2.0 [Re: Orlov]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
Nettomo, your english isn't as bad as many of my Japanese friends here in Japan. <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" /> I'll be in Japan for a few more weeks.<br /><br />Thanks again for sharing your work.... <img src="http://www.ubbdev.com/forum/images/graemlins/laugh.gif" alt="" />

Top
#282783 - 01/05/05 01:55 PM Re: Finished-[6.5] Free RaiderSoft Chat v2.0 [Re: General_Failure]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
[]smoknz28 said: <br />For those of you wanting to use the Chat Room in English, you'll need to go into your sigma_chat.php file and change this: <br /> <br /><applet codebase="http://client0.sigmachat.com/current/" <br />code="Client.class" archive=" [:"red"]scclient_de.zip[/]" <br />width=600 height=400 MAYSCRIPT> <br /><param name="room" value="$room_number"> <br /><param name="cabbase" value="[:"red"]scclient_de.cab[/]"> <br /><param name="username" value="{$user['U_Username']}"> <br />$aasoutput <br /><param name="autologin" value="yes"> <br /></applet> <br /> <br />To this: <br /> <br /><applet codebase="http://client0.sigmachat.com/current/" <br />code="Client.class" archive="[:"red"]scclient_en.zip[/]" <br />width=600 height=400 MAYSCRIPT> <br /><param name="room" value="$room_number"> <br /><param name="cabbase" value="[:"red"]scclient_en.cab[/]"> <br /><param name="username" value="{$user['U_Username']}"> <br />$aasoutput <br /><param name="autologin" value="yes"> <br /></applet> <br /> <br />Upload and away she goes.... <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" /> [/] <br /> <br />I think you mean in sigma_chat.tmpl <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" /> <br /> <br />I have added this to my site, I love it, thank you
_________________________
parentforum.org

Top
#282784 - 02/26/05 02:50 PM Re: Finished-[6.5] Free RaiderSoft Chat v2.0 [Re: DMClark]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
Attached is an updated version of sigmachat.php lauguage file that is all in English.


Attachments
125630-sigmachat.zip (31 downloads)

_________________________
parentforum.org

Top
#282785 - 02/26/05 03:51 PM Re: Finished-[6.5] Free RaiderSoft Chat v2.0 [Re: DMClark]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 811
Loc: Berlin, Germany
After updating Java I have to change the applet codebase to:<br /><br />
Code:
&lt;applet codebase="http://client1.sigmachat.com/current/"
<br /><br />without this modification the applet always told me that I must restart it.
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#282786 - 04/16/05 12:05 PM Re: Finished-[6.5] Free RaiderSoft Chat v2.0 [Re: landyphil]
StanCA Offline
Power User

Registered: 07/01/02
Posts: 71
I still get the inital greeting text in german... as well as those coming and going...<br /><br />Words of wisdom anyone??
_________________________
www.clubadventist.com

Top
#282787 - 04/16/05 05:49 PM Re: Finished-[6.5] Free RaiderSoft Chat v2.0 [Re: pdlang]
StanCA Offline
Power User

Registered: 07/01/02
Posts: 71
ok got that fixed..<br />now i fin there are upgrades, and the latest basic version also uses colour<br /><br />anyone working with that?<br /><br />I paid the 75$ for the upgrade, but can not find where to down load the new files.
_________________________
www.clubadventist.com

Top
#282788 - 05/22/05 11:21 PM Re: Finished-[6.5] Free RaiderSoft Chat v2.0 [Re: pdlang]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
Is there anyone who may have this working the way that Josh did with his code in this hack: http://www.ubbdev.com/forum/showflat...amp;Search=true<br /><br />What I'm looking at....is when I did pay to run the sigma chatroom.....I ran the above hack. With that hack it allowed all the members to see when there were members in the chatroom with their names of who was logged into it.<br /><br />Can we add that code to this hack as well?

Top
#282789 - 06/04/05 05:58 PM Re: Finished-[6.5] Free RaiderSoft Chat v2.0 [Re: General_Failure]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
Josh, or anyone else....have you got any ideas on my above post?<br /><br />Thanks,<br />Gonzo

Top
#282790 - 06/04/05 06:29 PM Re: Finished-[6.5] Free RaiderSoft Chat v2.0 [Re: General_Failure]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Not I.. If I wanna chat I pick up the phone <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top



Moderator:  Ian_W 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks